.field-label {
    font-weight: normal;
    font-size: 12pt !important;
  }
  
/* Scale header 40% larger */
.navbar-brand.navbar-header {
  transform: scale(1.4);
  transform-origin: top left;
  height: 135px;
  padding: 0px !important;
}

.navbar-brand.navbar-header div:first-child {
  top: -15px;
}

.navbar-brand.navbar-header table {
  color: #333;
  margin-top: 5px;
  margin-left: 10px;
}

.navbar-brand.navbar-header table td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.xrm-attribute-value {
  position: relative;
  top: -10px; /* Adjust this value as needed */
}


/* Move the image logo upward further to avoid clipping */
.navbar-brand.navbar-header img {
  margin-top: -10 !important; /* Adjust this value as needed */
}

/* Hide the navigation menu and toggle button */
nav[aria-label="Main Navigation"],
.navbar-toggler.custom-navbar-toggler,
#navbar.navbar-collapse {
  display: none !important;
}


/* Move the Previous button to the right */
#PreviousButton {
  margin-left: 20px; /* Adjust the value as needed */
}

